Making Illegal States Unrepresentable














mrsekut

2MaybeJust
2Maybe Maybe (a, b)
2List [(a, b)]




2
emailverifiedunverified2BooleanUnion
EmailAddress
Maybe使Union
Making Illegal States Unrepresentable#a68923

UnvalidateedAddress ValidatedAddress ( ValidatedAddress )private
mrsekut
UnvalidateedAddress mrsekut




15
1
type Contact =
{
Name: PersonalName;
PrimaryContactMethod: ContactMethod;
SecondaryContactMethods: ContactMethod list;
}
type ContactMethod =
| Email of EmailContactInfo
| PostalAddress of PostalContactInfo
| HomePhone of PhoneContactInfo
| WorkPhone of PhoneContactInfo
PrimaryContactMethod: ContactMethod
SecondaryContactMethods: ContactMethod list;
PrimarySecondaryoptional()
mrsekut
PrimarySecondary
Secondary
mrsekut